FillStyle Enumeration

Represents the fill style for a graphic object.Graphic objects that are not closed will not be filled.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum FillStyle

Members

Solid0 The drawing is filled with color.
Bitmap1 The drawing is filled with the bitmap.
Gradient2 The drawing is filled with the gradient.
Hatch3 The drawing is filled with the hatch.
None4 The drawing is not filled.

See Also